
 
 How to Work Database ?
 ======================
 
 
 1. A file named ResumeDB_20_07 has been added to the project.

 2. We have added the database file named ResumeDB_20_07 to the document directory by adding a folder named database in the document folder with .db extension.

 3. The following tables are created in this database.
        
        (A). Resume Table
        (B). Experience Table
        (C). Education Table
        (D). Project Table

 
 4. The main table is the Resume table which shows the total generated resume We can add new resume data, update, delete in this database.

